* faces.el (help-argument-name): Always inherit from italic.
authorChong Yidong <cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000 (10:57 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000 (10:57 +0800)
lisp/ChangeLog
lisp/faces.el

index d80634cb2aa5dd51738922d2138373be945418a3..ef73c04d2d2ed0e5f40ed388c0c0fb86db125b43 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-26  Chong Yidong  <cyd@gnu.org>
+
+       * faces.el (help-argument-name): Always inherit from italic
+       (Bug#12213).
+
 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window--even-window-heights): Even heights when
index 2e1ba7798e9b39aaa6380b5225fe020d2cd0a62e..6a477e172e1951aa4cb87e53b8f62b086b76d25c 100644 (file)
@@ -2444,7 +2444,7 @@ Note: Other faces cannot inherit from the cursor face."
   :group 'menu
   :group 'basic-faces)
 
-(defface help-argument-name '((((supports :slant italic)) :inherit italic))
+(defface help-argument-name '((t :inherit italic))
   "Face to highlight argument names in *Help* buffers."
   :group 'help)